home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / dlx70bbs.zip / DLX70SRC.ZIP / SCRIPT5.INT < prev    next >
Text File  |  1994-01-19  |  429b  |  16 lines

  1. INTERFACE; UNIT script5 (pre_scr,bbs,swap_ovl);
  2.  
  3. {DLX Bulletin Board System V7.0
  4.  
  5.  FREEWARE NOTICE
  6.  
  7.  DLX V7.0 is placed in the public domain by its author, Richard Gillmann.
  8.  Anyone who wishes to may run the program, copy it, or modify it for
  9.  any purpose, including commercial gain.}
  10.  
  11. function pre_scr(consts s : lstring; var str : lstring) : boolean;
  12. procedure bbs(consts s : lstring);
  13. procedure swap_ovl;
  14.  
  15. END;
  16.